home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_gen / convr611.zip / SIMIBM.DEF < prev   
Text File  |  1995-12-14  |  1KB  |  30 lines

  1. ; SIMIBM.DEF
  2. ; CONVERT field-definition file for the SimTel archive listing.
  3. ; Get this from ftp.coast.net, subdirectory SimTel/filedocs,
  4. ; filename simindex.zip
  5. ; You can restrict the listing to certain records by using
  6. ; Cell Filters (e.g. N 6 FileDate || > 951001).
  7. C  7 Directory (always SimTel/)
  8. C 15 Subdirectory
  9. C 12 Filename
  10. N  1 Version (8 is usually binary, 7 is text)
  11. N  7 Filesize
  12. N  1 Filetype (always 1)
  13. N  6 Filedate (yymmdd)
  14. C 46 File description
  15. ;
  16. ; Personally, I use a modified version of the above to find the
  17. ; new files and present them in an easy to read format:
  18. ; C  7 0 0 Directory
  19. ; C 15 Subdirectory
  20. ; C 12 Filename
  21. ; N  1 0 0 Version
  22. ; N  7 Filesize
  23. ; N  1 0 0 Filetype
  24. ; N  6 Filedate (yymmdd) || >= 951101
  25. ; C 46 File description
  26. ; I don't care about the Directory, Version, and Filetype so I drop
  27. ; those on output.  I also specify a filter on filedate to only give
  28. ; the newer files.  Then I invoke CONVERT with this:
  29. ;    CONVERT SIMIBM.IDX /INDEF=SIMIBM.DEF /TO FIXED /GAP=2 /OVERWRITE
  30.